HTMLify
style.css
Views: 12 | Author: huxn-webdev
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | body { background: rgb(17, 17, 17); } .header-content { text-align: center; } .btn { background: transparent; border: none; background-color: rgb(216, 34, 74); color: #fff; padding: 10px 20px; cursor: pointer; } /* JavaScript */ .cats { display: flex; justify-content: center; align-items: center; height: 100%; } .random_cats { width: 40%; } img { max-width: 700px; height: 30rem; } |